3.13 \(\int \frac{x^3}{a x^2+b x^3+c x^4} \, dx\)

Optimal. Leaf size=56 \[ \frac{b \tanh ^{-1}\left (\frac{b+2 c x}{\sqrt{b^2-4 a c}}\right )}{c \sqrt{b^2-4 a c}}+\frac{\log \left (a+b x+c x^2\right )}{2 c} \]

[Out]

(b*ArcTanh[(b + 2*c*x)/Sqrt[b^2 - 4*a*c]])/(c*Sqrt[b^2 - 4*a*c]) + Log[a + b*x + c*x^2]/(2*c)

________________________________________________________________________________________

Rubi [A]  time = 0.0395897, antiderivative size = 56, normalized size of antiderivative = 1., number of steps used = 5, number of rules used = 5, integrand size = 22, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.227, Rules used = {1585, 634, 618, 206, 628} \[ \frac{b \tanh ^{-1}\left (\frac{b+2 c x}{\sqrt{b^2-4 a c}}\right )}{c \sqrt{b^2-4 a c}}+\frac{\log \left (a+b x+c x^2\right )}{2 c} \]

Antiderivative was successfully verified.

[In]

Int[x^3/(a*x^2 + b*x^3 + c*x^4),x]

[Out]

(b*ArcTanh[(b + 2*c*x)/Sqrt[b^2 - 4*a*c]])/(c*Sqrt[b^2 - 4*a*c]) + Log[a + b*x + c*x^2]/(2*c)

Rule 1585

Int[(u_.)*(x_)^(m_.)*((a_.)*(x_)^(p_.) + (b_.)*(x_)^(q_.) + (c_.)*(x_)^(r_.))^(n_.), x_Symbol] :> Int[u*x^(m +
 n*p)*(a + b*x^(q - p) + c*x^(r - p))^n, x] /; FreeQ[{a, b, c, m, p, q, r}, x] && IntegerQ[n] && PosQ[q - p] &
& PosQ[r - p]

Rule 634

Int[((d_.) + (e_.)*(x_))/((a_) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Dist[(2*c*d - b*e)/(2*c), Int[1/(a +
 b*x + c*x^2), x], x] + Dist[e/(2*c), Int[(b + 2*c*x)/(a + b*x + c*x^2), x], x] /; FreeQ[{a, b, c, d, e}, x] &
& NeQ[2*c*d - b*e, 0] && NeQ[b^2 - 4*a*c, 0] &&  !NiceSqrtQ[b^2 - 4*a*c]

Rule 618

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> Dist[-2, Subst[Int[1/Simp[b^2 - 4*a*c - x^2, x], x]
, x, b + 2*c*x], x] /; FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 628

Int[((d_) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Simp[(d*Log[RemoveContent[a + b*x +
c*x^2, x]])/b, x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[2*c*d - b*e, 0]

Rubi steps

\begin{align*} \int \frac{x^3}{a x^2+b x^3+c x^4} \, dx &=\int \frac{x}{a+b x+c x^2} \, dx\\ &=\frac{\int \frac{b+2 c x}{a+b x+c x^2} \, dx}{2 c}-\frac{b \int \frac{1}{a+b x+c x^2} \, dx}{2 c}\\ &=\frac{\log \left (a+b x+c x^2\right )}{2 c}+\frac{b \operatorname{Subst}\left (\int \frac{1}{b^2-4 a c-x^2} \, dx,x,b+2 c x\right )}{c}\\ &=\frac{b \tanh ^{-1}\left (\frac{b+2 c x}{\sqrt{b^2-4 a c}}\right )}{c \sqrt{b^2-4 a c}}+\frac{\log \left (a+b x+c x^2\right )}{2 c}\\ \end{align*}

Mathematica [A]  time = 0.0318506, size = 57, normalized size = 1.02 \[ \frac{\log (a+x (b+c x))-\frac{2 b \tan ^{-1}\left (\frac{b+2 c x}{\sqrt{4 a c-b^2}}\right )}{\sqrt{4 a c-b^2}}}{2 c} \]

Antiderivative was successfully verified.

[In]

Integrate[x^3/(a*x^2 + b*x^3 + c*x^4),x]

[Out]

((-2*b*ArcTan[(b + 2*c*x)/Sqrt[-b^2 + 4*a*c]])/Sqrt[-b^2 + 4*a*c] + Log[a + x*(b + c*x)])/(2*c)

________________________________________________________________________________________

Maple [A]  time = 0.001, size = 56, normalized size = 1. \begin{align*}{\frac{\ln \left ( c{x}^{2}+bx+a \right ) }{2\,c}}-{\frac{b}{c}\arctan \left ({(2\,cx+b){\frac{1}{\sqrt{4\,ac-{b}^{2}}}}} \right ){\frac{1}{\sqrt{4\,ac-{b}^{2}}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3/(c*x^4+b*x^3+a*x^2),x)

[Out]

1/2*ln(c*x^2+b*x+a)/c-1/c*b/(4*a*c-b^2)^(1/2)*arctan((2*c*x+b)/(4*a*c-b^2)^(1/2))

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(c*x^4+b*x^3+a*x^2),x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [A]  time = 1.55918, size = 427, normalized size = 7.62 \begin{align*} \left [\frac{\sqrt{b^{2} - 4 \, a c} b \log \left (\frac{2 \, c^{2} x^{2} + 2 \, b c x + b^{2} - 2 \, a c + \sqrt{b^{2} - 4 \, a c}{\left (2 \, c x + b\right )}}{c x^{2} + b x + a}\right ) +{\left (b^{2} - 4 \, a c\right )} \log \left (c x^{2} + b x + a\right )}{2 \,{\left (b^{2} c - 4 \, a c^{2}\right )}}, \frac{2 \, \sqrt{-b^{2} + 4 \, a c} b \arctan \left (-\frac{\sqrt{-b^{2} + 4 \, a c}{\left (2 \, c x + b\right )}}{b^{2} - 4 \, a c}\right ) +{\left (b^{2} - 4 \, a c\right )} \log \left (c x^{2} + b x + a\right )}{2 \,{\left (b^{2} c - 4 \, a c^{2}\right )}}\right ] \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(c*x^4+b*x^3+a*x^2),x, algorithm="fricas")

[Out]

[1/2*(sqrt(b^2 - 4*a*c)*b*log((2*c^2*x^2 + 2*b*c*x + b^2 - 2*a*c + sqrt(b^2 - 4*a*c)*(2*c*x + b))/(c*x^2 + b*x
 + a)) + (b^2 - 4*a*c)*log(c*x^2 + b*x + a))/(b^2*c - 4*a*c^2), 1/2*(2*sqrt(-b^2 + 4*a*c)*b*arctan(-sqrt(-b^2
+ 4*a*c)*(2*c*x + b)/(b^2 - 4*a*c)) + (b^2 - 4*a*c)*log(c*x^2 + b*x + a))/(b^2*c - 4*a*c^2)]

________________________________________________________________________________________

Sympy [B]  time = 0.301536, size = 216, normalized size = 3.86 \begin{align*} \left (- \frac{b \sqrt{- 4 a c + b^{2}}}{2 c \left (4 a c - b^{2}\right )} + \frac{1}{2 c}\right ) \log{\left (x + \frac{- 4 a c \left (- \frac{b \sqrt{- 4 a c + b^{2}}}{2 c \left (4 a c - b^{2}\right )} + \frac{1}{2 c}\right ) + 2 a + b^{2} \left (- \frac{b \sqrt{- 4 a c + b^{2}}}{2 c \left (4 a c - b^{2}\right )} + \frac{1}{2 c}\right )}{b} \right )} + \left (\frac{b \sqrt{- 4 a c + b^{2}}}{2 c \left (4 a c - b^{2}\right )} + \frac{1}{2 c}\right ) \log{\left (x + \frac{- 4 a c \left (\frac{b \sqrt{- 4 a c + b^{2}}}{2 c \left (4 a c - b^{2}\right )} + \frac{1}{2 c}\right ) + 2 a + b^{2} \left (\frac{b \sqrt{- 4 a c + b^{2}}}{2 c \left (4 a c - b^{2}\right )} + \frac{1}{2 c}\right )}{b} \right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**3/(c*x**4+b*x**3+a*x**2),x)

[Out]

(-b*sqrt(-4*a*c + b**2)/(2*c*(4*a*c - b**2)) + 1/(2*c))*log(x + (-4*a*c*(-b*sqrt(-4*a*c + b**2)/(2*c*(4*a*c -
b**2)) + 1/(2*c)) + 2*a + b**2*(-b*sqrt(-4*a*c + b**2)/(2*c*(4*a*c - b**2)) + 1/(2*c)))/b) + (b*sqrt(-4*a*c +
b**2)/(2*c*(4*a*c - b**2)) + 1/(2*c))*log(x + (-4*a*c*(b*sqrt(-4*a*c + b**2)/(2*c*(4*a*c - b**2)) + 1/(2*c)) +
 2*a + b**2*(b*sqrt(-4*a*c + b**2)/(2*c*(4*a*c - b**2)) + 1/(2*c)))/b)

________________________________________________________________________________________

Giac [A]  time = 1.10495, size = 74, normalized size = 1.32 \begin{align*} -\frac{b \arctan \left (\frac{2 \, c x + b}{\sqrt{-b^{2} + 4 \, a c}}\right )}{\sqrt{-b^{2} + 4 \, a c} c} + \frac{\log \left (c x^{2} + b x + a\right )}{2 \, c} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(c*x^4+b*x^3+a*x^2),x, algorithm="giac")

[Out]

-b*arctan((2*c*x + b)/sqrt(-b^2 + 4*a*c))/(sqrt(-b^2 + 4*a*c)*c) + 1/2*log(c*x^2 + b*x + a)/c